Skip to content

pl12133/react-solitaire

Repository files navigation

build-status

react-solitaire

A game of Solitaire in React

React for view, Redux for state, mocha and unexpected-react for testing, Webpack for module bundling, SASS for styles

Demo available: Github Pages

installation

Clone git repo:

git clone https://github.com/pl12133/react-solitaire/
cd react-solitaire

Install:

npm install

Set HOST and PORT environment variables:

export HOST=example.com
export PORT=80

Start a local server:

npm start

Play!

features

demo screenshot Mobile friendly interface, card moves are undoable and redoable, tapping a card will automatically move it to the first available stack.

license

All content Copyright Peter Lenahan 2015, Licensed under Apache 2.0